@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
body {
	margin: 0;
	background: #222;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
  background:#151515;
}
.heading{
  float: left;
  padding: px 0;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

nav {
  float: right;
  padding-top: 20px;
  padding-bottom: 20px
}

nav ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 23px;

  position: relative;
}
nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: red;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.center{
	background-image: url("p2-01.png");
	background-repeat: no-repeat;
	background-position: center;
	display:flex;
	height: 800px;
	width: 100%;
	text-align:center;
	align-items:center;
	justify-content:center;
	background-size: cover;
}
.centertext{
	align-content:center;
	color: ghostwhite;
	font-size: 50px;
	padding-bottom: 0;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.center ul .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #121212;
	color:ghostwhite;
	line-height: 50px;
	border-radius: 50px;
	font-size: 20px;
	pointer-events: none;
	transition: opacity .5s .75s ease-out;
}
.center ul:hover .text {
	opacity: 0;
	transition: opacity .5s .125s ease-out;
	
}
.center ul{
	list-style: none;
	position: relative;
	display: inline-block;
}
.center ul li{
	display: inline-block;
	height: 50px;
	width: 50px;
	background: #121212;
	line-height: 55px;
	margin: 0 -16px;
	cursor: pointer;
	border-radius: 0px;
	transition: background-color .5s ease-out,
		        border-radius .5s .25s ease-out,
	            margin .5s .25s	ease-out;
}
.center ul li:hover{
	background: red;
}
.center ul li i{
	color:black;
	font-size: 22px;
	opacity: 0;
	transition: opacity 1.7s;
}
.center ul:hover li i{
	opacity: 1;
}
.center ul li:nth-child(1){
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}
.center ul li:nth-child(3){
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}
.center ul:hover li{
	border-radius: 50px;
	margin: 0 3px;
}

.cont{
	background-color: ghostwhite;
	display:inline-block;
	height: 100%;
	width: 100%;
	text-align:center;
	align-items:center;
	justify-content:center;
	padding: 80px
}
.info{
	list-style-type: none;
	font-size: 23px;
	padding: 50PX;
}
h2{
	font-size: 50px;
}
a:link {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: red;
}

.Acenter{
	background-color: ghostwhite;
	display: flex;
	height: 100%;
	width: 100%;
	padding: 50px;
	font-size: 25px;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	padding-bottom: 150px;
	font-style: italic;
	font-weight: 100 ;
	
}
.abouttext{
	word-wrap: break-word;
	width: 1010px;
	padding: 100px;
	
}
.row{
	clear: both;
}
.column {
  float:left;
  width: 25%;
}
.row::after {
  content:"";
  clear: both;
  display: flex;
}
.row2{
	clear: both;
	padding-top: 200px;
	padding-bottom: 200px;
	background-color: #FFFFFF;
}
.column2 {
  float:left;
  width: 33.33%;
}
.row2::after {
  content:"";
  clear: both;
  display: flex;
}
.footer{
	background-color: #121212;
	color: gREY;
	text-align: center;
	font-size: 15px;
	padding: 40px;
}
.logo{
	float: left;
}